const github.com/jackc/pgx/v5/pgtype.pgTimestampFormat

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L15: 	pgTimestampFormat = "2006-01-02 15:04:05.999999999"
		timestamp.go#L218: 		s = t.Truncate(time.Microsecond).Format(pgTimestampFormat)
		timestamp.go#L316: 		tim, err := time.Parse(pgTimestampFormat, sbuf)